home *** CD-ROM | disk | FTP | other *** search
/ MacHome 2000 December / MacHome Magazine Demo Disc December 2000.iso / Software / • The Black Cat Bin / Network Toolbox.sea / Network Toolbox / Network Toolbox Documentation.rsrc / TEXT_128.txt < prev    next >
Encoding:
Text File  |  2000-09-10  |  4.1 KB  |  394 lines

  1.  
  2.  
  3. Network Toolbox
  4.  
  5. Version 0.1.6   September 10, 2000
  6.  
  7.  
  8. Network Toolbox is a freeware tool to examine both the network settings on your Mac, and your local area network. In addition, it can perform basic functions such as DNS lookups, pings, and trace routes.
  9.  
  10. This software is still under development, and this is a preliminary release. If you find any bugs, or have suggestions for additional features or improvements, please don't hesitate to pass them along! Send them to me at: network@blackcatsystems.com
  11.  
  12. Chris Smolinski
  13. Black Cat Systems
  14.  
  15.  
  16.  
  17. Using Network Toolbox
  18.  
  19. When you first start the program, you'll be presented with the following window, showing some basic statistics regarding Open Transport on your machine:
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42. Tools
  43. Under the Tools menu, you'll find the following, which are explained below:
  44.  
  45. Network Interfaces
  46. TCP Status
  47. UDP Status
  48. Network Addresses
  49. DNS Lookup...
  50. Ping...
  51. Trace Route...
  52. ARP Cache Report
  53. Route Status Report
  54. Appletalk Status
  55. Appletalk List
  56.  
  57.  
  58. Network Interfaces
  59. This brings up a window showing all of the network interfaces configured on your machine:
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82. TCP Status
  83. This brings up a window showing all of the active TCP connections on your machine, as well as any local ports open for connections (listening). Well known ports are listed by name (such as telnet) rather than port number.
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105. UDP Status
  106. This brings up a window showing all of the active UDP connections on your machine.
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. Network Addresses
  130. This brings up a window showing machines which have been identified as being part of your LAN (Local Area Network). You can click on the Scan button to select a range to search, or click Add to manually add an IP address.
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152. If you create a text file called addresses.dat and place it in the files folder, you can assign names to each IP address. Each line in the file should contain the IP address followed by the machine name and a return. For example:
  153.  
  154. 192.168.0.2 iMac
  155. 192.168.0.3 Chris
  156. 192.168.0.4 PC
  157. 192.168.0.9 iBook
  158. 192.168.0.15 Quadra
  159. 192.168.0.25 Router
  160. 192.168.0.60 linux
  161.  
  162.  
  163. Clicking on a machine will bring up another window, showing the TCP ports identified on that machine:
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191. Clicking the Scan button will allow a range of ports to be scanned. Clicking the Add button will allow a single port to be added to the list. Well known ports have their name listed as well as the port number. 
  192.  
  193. Warning! Don't go around scanning the ports of other people's computers! Not only is it wrong, but you may find yourself locked out of their machines, or entire networks!
  194.  
  195.  
  196. DNS Lookup...
  197. Enter either the IP address or domain name of the host, and you'll be presented with both the IP address and domain name of that host.
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215. Ping...
  216. Enter either the IP address or domain name of the host, and Network Toolbox will begin sending ICPM Ping requests, and displaying how long (in milliseconds) it took to get a reply, and statistics such as the maximum, minimum, and average reply times,  as well as the number and percentage of lost packets.
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250. Please note that in order to prevent malicious attacks, some hosts do not reply to such packets.
  251.  
  252.  
  253.  
  254. Trace Route...
  255. Enter either the IP address or domain name of the host, and Network Toolbox will begin sending packets to determine the route to that machine, as well as the response time for each machine along the way.
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288. Please note that in order to prevent malicious attacks, some hosts do not reply to such packets.
  289.  
  290.  
  291.  
  292.  
  293. ARP Cache Report
  294. Displays the Open Transport ARP (Address Resolution Protocol) cache report. This allows you to see the ethernet (MAC) addresses of the various machines on your ethernet LAN.
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308. Route Status Report
  309. Displays the Open Transport routing status report.
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335. Appletalk Status
  336. Displays information about the status of Appletalk on this machine.
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351.  
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359.  
  360. Appletalk List
  361. Displays a list of all Appletalk names found.
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393. Please be sure to take a look at the other chapters!
  394.